home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Super Platinum 8
/
Shareware Super Platinum 8.iso
/
mac
/
PROGTOOL
/
PASSDK30.ZIP;1
/
DISK1.ZIP
/
PAS
/
SUBS
/
FM
/
PHASE
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-03-25
|
371 b
|
21 lines
# borland s/w is on drive...
BDRV=C:
DEFAULT: phase.exe
!ifdef BCC
phase.exe: phase.c
bcc -I$(BDRV)\borlandc\include -c phase.c
tlink $(BDRV)\borlandc\lib\C0s phase,phase,,..\..\inc\bvhslib+..\..\inc\bvslib+$(BDRV)\borlandc\lib\cs.lib;
!else
phase.exe: phase.c
cl /Zi /c phase.c
link /Co /Ma phase,,,..\..\inc\mvhslib;
!endif